ContainsKey Method

Summary

Determines whether the IDictionary contains an element with the specified key.

Syntax
C#
VB
C++
public virtual bool ContainsKey( 
   TKey key 
) 
  
Public Overridable Function ContainsKey( _ 
   ByVal key As TKey _ 
) As Boolean 
public: 
virtual bool ContainsKey(  
   TKey^ key 
)  

Parameters

key
The key to locate in the IDictionary.

Return Value

true if the IDictionary contains an element with the key; otherwise, false.

Exceptions

ExceptionDescription
System.ArgumentNullExceptionkey is null.

Requirements

Target Platforms

Help Version 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly